home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Prog / U-Z / XcShell.cpt / XcShell / SysEnvirons.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-25  |  516 b   |  20 lines  |  [TEXT/KAHL]

  1. /*****************************************************************************
  2.  *    File:        SysEnvirons.h
  3.  *
  4.  *    ©1990 Mark M. Owen.  All rights reserved.
  5.  *****************************************************************************
  6.  */
  7. #ifndef _SysEnvirons_
  8. #define    _SysEnvirons_
  9.  
  10. Boolean    IsColorGDevice(void);
  11. int        GDevicePixelBits(void);
  12. Boolean    HasColorQD(void);
  13. Boolean    HasFPU(void);
  14. Boolean    Has32BitQD(void);
  15. int        MachineType(void);
  16. int        SystemVersion(void);
  17. int        Processor(void);
  18. int        KeyBoardType(void);
  19.  
  20. #endif